home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / mus / edit / AlgoRhythms.lha / AlgoRhythms / Source / voices.h < prev    next >
C/C++ Source or Header  |  1993-10-23  |  342b  |  16 lines

  1. #ifndef VOICES_LOADED
  2. #define VOICES_LOADED
  3.  
  4. /*
  5. ** VOICES.h
  6. */
  7. #include "AlgoRhythms.h"
  8.  
  9. extern void close_voices(void);
  10. extern void open_voices_window(void);
  11. extern int process_voice_events(NOTE_EVENT_TYPE *chairs);
  12. extern void set_voice_gadgets(NOTE_EVENT_TYPE *chairs);
  13. extern int get_current_voice(void);
  14. extern ULONG voices_mask;
  15. #endif
  16.